projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a0c5f
)
shortcutlabel: Make parameter names match
author
Timm Bäder
<mail@baedert.org>
Thu, 4 Aug 2016 11:33:07 +0000
(13:33 +0200)
committer
Timm Bäder
<mail@baedert.org>
Thu, 4 Aug 2016 11:33:07 +0000
(13:33 +0200)
gtk/gtkshortcutlabel.h
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutlabel.h
b/gtk/gtkshortcutlabel.h
index e45669ed3e5bd9446ea0af225e49d8829b3de82f..a3db3b7f966e7a3a019fe0acc123ad116c2dd15a 100644
(file)
--- a/
gtk/gtkshortcutlabel.h
+++ b/
gtk/gtkshortcutlabel.h
@@
-52,7
+52,7
@@
const gchar *gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self);
GDK_AVAILABLE_IN_3_22
void gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self,
- const gchar *
unset
_text);
+ const gchar *
disabled
_text);
G_END_DECLS